/**
 * Theme name:	Sage Child
 * Theme URI: http://www.wpcom.cn
 * Version: 2.0
 * Author: WPCOM
 * Author URI: http://www.wpcom.cn
 * Template: sage
*/

@import url('../sage/css/style.css');

.service-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.service-content {
    width: 100%;
}
.service-content .form-control:focus {
    box-shadow: none;
}
.service-content .form-group label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
}
.service-content .form-control.err {
    border-color: #f33;
}
.service-content .error-msg {
    margin-left: 20px;
    color: #f33;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
}
.service-content .order-input {
    position: relative;
}
.service-content .order-input-btn {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 6px;
    padding: 0 5px;
    line-height: 22px;
    background: var(--theme-color);
    font-size: 12px;
    color: #fff;
}
.service-content .order-list {
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: calc(100% - 1px);
    width: 100%;
    max-height: 280px;
    padding: 0 20px;
    margin: 0;
    background: #fff;
    border: 1px solid #dcdfe6;
    list-style: none;
    overflow: scroll;
}
.service-content .order-list.active {
    display: block;
}
.service-content .order-list-item {
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #dcdfe6;
}
.service-content .order-list-item:last-child {
    border-bottom: 0;
}
.service-content .order-loading,
.service-content .order-enpty {
    padding: 15px 0;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    color: #999;
}
.service-content .order-loading .wi,
.service-content .order-enpty .wi {
    font-size: 16px;
    line-height: inherit;
    vertical-align: top;
}
.service-content .order-list-check {
    color: var(--theme-color);
    cursor: pointer;
}
.service-content .order-list-check:hover {
    color: var(--theme-hover);
}
.service-content .order-input-btn:hover {
    cursor: pointer;
    background: var(--theme-hover);
}
.service-content .items-add {
    display: block;
    padding: 10px 20px;
    margin-bottom: 30px;
    color: #666;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
}
.service-content .items-add:hover {
    color: #fff;
    background: var(--theme-hover);
    border-color: var(--theme-hover);
    cursor: pointer;
}
.service-content .items-add.err {
    border-color: #f33;
}
#items-modal .modal-dialog {
    margin-bottom: 20px;
}
.items-modal-list .items-modal-loading {
    padding: 30px;
    text-align: center;
    line-height: 1;
}
.items-modal-list .items-modal-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    border-bottom: 1px dashed #dcdfe6;
}
.items-modal-list .items-modal-item:last-child {
    border-bottom: 0;
}
.items-modal-list .items-modal-item-img {
    width: 86px;
    height: 86px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.items-modal-list .items-modal-item-img img {
    width: 100%;
    height: auto;
    display: block;
}
.items-modal-list .items-modal-item-content {
    width: 100%;
    margin: 0 20px;
}
.items-modal-list .items-modal-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 15px;
}
.items-modal-list .items-modal-item-title a {
    color: #333;
}
.items-modal-list .items-modal-item-title a:hover {
    color: var(--theme-hover);
}
.items-modal-list .items-modal-item-price {
    font-size: 16px;
    color: var(--theme-color);
    font-weight: 400;
}
.items-modal-list .items-modal-item-action {
    width: 100px;
    text-align: right;
}
.items-list {
    padding: 0;
    margin: 0 0 20px;
}
.items-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    border-bottom: 1px dashed #dcdfe6;
}
.items-list-item:last-child {
    border-bottom: 0;
}
.items-list-img {
    width: 100px;
}
.items-list-img img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.items-list-content {
    margin: 0 20px;
    width: 100%;
}
.items-list-title {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}
.items-list-title a {
    color: #333;
}
.items-list-title a:hover {
    color: var(--theme-hover);
}
.items-list-price {
    font-size: 16px;
    color: var(--theme-color);
    font-weight: 400;
}
.items-list-num {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.items-list-remove {
    margin-left: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.items-list-remove .wi {
    padding: 15px;
    font-size: 18px;
    color: #666;
}
.items-list-remove .wi:hover {
    color: #f66;
    cursor: pointer;
}

.service-notice {
    width: 280px;
    padding: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 40px;
    font-size: 14px;
    background: #edfbf6;
    color: #2fb784;
}
.service-notice ol,
.service-notice ul {
    padding: 0 0 0 1em;
    margin: 0;
}
.service-notice li {
    margin-bottom: 10px;
}
.service-notice-title {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
}

.service-type {
    padding: 50px 0;
}
.service-type-title {
    margin: 0 0 40px;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 767px) {
    .service-wrap {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .service-notice {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .service-type-title {
        font-size: 24px;
    }
    .items-modal-list .items-modal-item-img {
        width: 60px;
        height: 60px;
    }
    .items-modal-list .items-modal-item-title,
    .items-list-title {
        margin-bottom: 10px;
    }
    .items-modal-list .items-modal-item-action {
        width: 60px;
    }
    .items-modal-list .items-modal-item-action .btn {
        padding-left: 15px;
        padding-right: 15px;
    }
    .items-list-item,
    .items-modal-list .items-modal-item {
        padding: 12px 0;
    }
    .items-list-content,
    .items-modal-list .items-modal-item-content {
        margin: 0 10px;
    }
    .items-list-title,
    .items-list-price,
    .items-modal-list .items-modal-item-title {
        font-size: 14px;
    }
    .items-list-remove {
        margin-left: 10px;
    }
    .items-list-remove .wi {
        padding: 10px;
    }
    .woocommerce .items-list-num .quantity .qty {
        width: 2em;
    }
    .service-content [type='submit'].btn {
        display: block;
        width: 100%;
    }
    .service-content .error-msg {
        margin-left: 0;
    }
}
.service-type-inner {
    max-width: 500px;
    margin: 0 auto;
}
.service-type-item {
    margin-bottom: 30px;
}
.service-type-item .btn {
    padding: 15px 20px;
    font-size: 16px;
}

.woocommerce-checkout .service-checkbox .checkbox {
    padding-left: 20px;
    line-height: 20px;
}
.woocommerce table.shop_table.order_details {
    table-layout: fixed;
}
.tiger2022 {
    position: relative;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

:root {
    --theme-border-radius-xl: 12px;
    --theme-border-radius-l: 10px;
    --theme-border-radius-m: 8px;
    --theme-border-radius-s: 5px;
}
body {
    background-color: #f4f6f8;
}
.carousel-products-wrap,
.woo-filter,
form.woocommerce-checkout .order-review,
#add_payment_method .cart-collaterals .cart_totals .shop_table_responsive,
.woocommerce-cart .cart-collaterals .cart_totals .shop_table_responsive,
.woocommerce-checkout .cart-collaterals .cart_totals .shop_table_responsive,
.page-no-sidebar.member-account .member-account-content,
.page-no-sidebar.member-account .member-account-menu,
.page-no-sidebar.member-account .member-account-user,
.content-head,
.q-content,
.hentry.content {
    background: linear-gradient(145deg, #f3f4f5, #ffffff) !important;
    box-shadow: 12px 12px 26px 0 rgb(240 240 240 / 80%), -12px -12px 26px 0 #fff;
    border-radius: var(--theme-border-radius-xl) !important;
    border: 2px solid #fff !important;
    overflow: hidden;
}
.woo-filter .widget.woocommerce:last-child {
    border-bottom: 0;
}
.module-head .module-head-more .swiper-button-next,
.module-head .module-head-more .swiper-button-prev,
.woocommerce .woocommerce-ordering .orderby-inner {
    background: linear-gradient(145deg, #e3e4e5, #ffffff);
    box-shadow: 3px 3px 7px rgb(169 169 169 / 10%), -3px -3px 7px #ffffff;
    border: 1px solid #fff;
    border-radius: var(--theme-border-radius-s);
}
.module-head .module-head-more .swiper-button-next:hover,
.module-head .module-head-more .swiper-button-prev:hover {
    border-color: #fff;
}
li.product,
.image-loop .post-item-inner,
.widget_woo_products ul li {
    border: 2px solid #fff;
    background-image: linear-gradient(145deg, #f3f4f5, #ffffff);
    box-shadow: 8px 8px 20px 0 rgb(240 240 240 / 80%), -8px -8px 20px 0 #fff;
    border-radius: 10px;
}
.widget_woo_products ul li:hover {
    background-image: linear-gradient(145deg, #f1f2f3, #fafbfc);
}
li.product:hover {
    outline: 0;
}
li.product .item-pic {
    padding: 25px 25px 10px;
}
li.product .item-pic img {
    padding: 0;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}
li.product .onsale {
    background: linear-gradient(145deg, #38b071, #42d287);
}
li.product > .woocommerce-loop-product__link:hover .item-pic img {
    opacity: 0.9;
    transition: all 0.3s ease-in-out;
}
.products-banner-img,
.entry-page-next,
.entry-page-prev {
    border-radius: var(--theme-border-radius-l);
}

.woocommerce div.product form.cart .variations .value .select-option {
    /* background: linear-gradient(145deg, #f3f4f5, #ffffff)!important; */
    box-shadow: inset 3px 3px 7px rgb(169 169 169 / 10%),
        inset -3px -3px 7px #ffffff;
    border-radius: var(--theme-border-radius-m) !important;
}
.woocommerce div.product form.cart .product-cart-btn .button,
.woocommerce .quantity,
#add_payment_method
    .cart-collaterals
    .cart_totals
    .wc-proceed-to-checkout
    .wpcom-btn,
.woocommerce-cart
    .cart-collaterals
    .cart_totals
    .wc-proceed-to-checkout
    .wpcom-btn,
.woocommerce-checkout
    .cart-collaterals
    .cart_totals
    .wc-proceed-to-checkout
    .wpcom-btn,
#add_payment_method table.cart td.actions .button,
.woocommerce-cart table.cart td.actions .button,
.woocommerce-checkout table.cart td.actions .button,
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.comment-form-comment,
.comment-must-login {
    border-radius: var(--theme-border-radius-m) !important;
}
#add_payment_method table.cart td.actions .button[name='apply_coupon'],
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'],
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'] {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.woocommerce .quantity {
    box-shadow: inset 3px 3px 7px rgb(240 240 240 / 80%),
        inset -3px -3px 7px #ffffff;
}
.woocommerce .quantity input {
    background: none;
}
.woocommerce .address-item,
.woocommerce form .form-row textarea,
.default-loop .item-img,
.widget_image_myimg {
    border-radius: var(--theme-border-radius-l) !important;
}
.default-loop .item-img {
    box-shadow: 8px 8px 20px 0 rgb(240 240 240 / 80%), -8px -8px 20px 0 #fff;
}
.woocommerce form .form-row textarea {
    border-color: var(--theme-line-color) !important;
    box-shadow: inset 3px 3px 7px #dbdbdb, inset -3px -3px 7px #ffffff !important;
}

.woocommerce-checkout
    #payment
    ul.payment_methods
    .wc_payment_method:first-child {
    border-top-left-radius: var(--theme-border-radius-l) !important;
    border-top-right-radius: var(--theme-border-radius-l) !important;
}

.woocommerce-checkout
    #payment
    ul.payment_methods
    .wc_payment_method:last-child {
    border-bottom-left-radius: var(--theme-border-radius-l) !important;
    border-bottom-right-radius: var(--theme-border-radius-l) !important;
}

.member-account-input input,
.member-account-input select,
.member-account-input textarea,
.member-form .form-input,
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea,
.q-content .q-answer .as-comments-input,
.qapress .q-content .q-add-input input,
.qapress .q-content .q-add-input select,
.comment-form-comment,
.comment-must-login {
    background: #ffffff !important;
    box-shadow: inset 3px 3px 7px #dbdbdb, inset -3px -3px 7px #ffffff !important;
    border-color: var(--theme-line-color) !important;
}

.qapress .q-content .q-header,
.qapress .q-topic-wrap,
.qapress .q-content .topic-header,
.qapress .q-content .q-entry,
.qapress .q-content .q-answer,
.q-content .q-add-header {
    background: none !important;
    border: 0 !important;
}
.qapress .q-content .q-answer .as-title {
    margin: 0 !important;
    padding: 22px 0;
}
.entry-tag a {
    background-image: linear-gradient(345deg, #ffffff 0%, #e4e4e4 100%);
    box-shadow: 6px 6px 12px 0 rgb(169 169 169 / 10%);
    border: 2px solid #fff !important;
    border-radius: var(--theme-border-radius-m) !important;
}

.wpcom-product-action {
    display: flex;
    align-items: center;
    gap: 12px 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.woocommerce .yith-wcwl-add-to-wishlist {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.woocommerce .yith-wcwl-add-to-wishlist .yith-wcwl-icon {
    margin-right: 0 !important;
}
.woocommerce .wpcom-product-action a {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    color: var(--theme-gray-color);
}
.woocommerce .wpcom-product-action a:hover,
.woocommerce .wpcom-product-action a:hover .wi {
    color: var(--theme-hover);
}
.woocommerce .wpcom-product-action a .wi {
    font-size: 1.1em;
    color: var(--theme-color);
}
.woocommerce .wpcom-product-action a.compare.added {
    color: var(--theme-color);
}


.mobile-share-bg {
    background: hsl(var(--theme-color-hsl));
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.mobile-share-wrap {
    height: 100vh;
    overflow-y: scroll;
    padding: 10vh 0;
    z-index: 100000;
}
.mobile-share-wrap,
.mobile-share-wrap .top_tips {
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
}
.mobile-share-wrap .top_tips {
    background: rgba(255, 235, 155, 0.95);
    color: #a65018;
    display: none;
    font-size: 13px;
    line-height: 1.4;
    padding: 8px;
    z-index: 9;
}
@media (min-width: 992px) {
    .mobile-share-wrap .top_tips {
        display: none !important;
    }
}
.mobile-share-wrap .loading {
    background: var(--theme-el-bg-color);
    border-radius: var(--theme-border-radius-l, 4px);
    color: var(--theme-gray-color);
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 30px 60px;
    text-align: center;
}
.mobile-share-wrap .loading img {
    display: block;
    height: 30px;
    margin-bottom: 10px;
    width: 30px;
}
.mobile-share-wrap .wpcom-icon-loader {
    animation: swiper-preloader-spin 2s linear infinite;
    color: var(--theme-light-color);
    font-size: 16px;
    margin-right: 5px;
    vertical-align: top;
}
.mobile-share-wrap .mobile-share-action {
    align-items: center;
    background: var(--theme-el-bg-color);
    border-radius: 46px;
    box-shadow: 0 0 1px 0 hsla(var(--theme-color-hsl), 0.4);
    display: inline-flex;
    gap: 4px;
    justify-content: center;
    margin-top: 0;
    padding: 3px 10px;
    position: relative;
    transform: translateY(-50%);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mobile-share-wrap .mobile-share-close,
.mobile-share-wrap .mobile-share-down {
    align-items: center;
    border-radius: 36px;
    color: var(--theme-gray-color);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    gap: 2px;
    line-height: 36px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    text-align: center;
    transition: all 0.2s ease-out 0s;
}
.mobile-share-wrap .mobile-share-close .wpcom-icon,
.mobile-share-wrap .mobile-share-down .wpcom-icon {
    font-size: 1.1em;
}
.mobile-share-wrap .mobile-share-close:before,
.mobile-share-wrap .mobile-share-down:before {
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease-out 0s;
}
.mobile-share-wrap .mobile-share-close:active,
.mobile-share-wrap .mobile-share-close:hover,
.mobile-share-wrap .mobile-share-down:active,
.mobile-share-wrap .mobile-share-down:hover {
    color: var(--theme-hover);
    transition: all 0.2s ease-out 0s;
}
.mobile-share-wrap .mobile-share-close:active:before,
.mobile-share-wrap .mobile-share-close:hover:before,
.mobile-share-wrap .mobile-share-down:active:before,
.mobile-share-wrap .mobile-share-down:hover:before {
    background: var(--theme-hover);
    opacity: 0.12;
    transition: all 0.2s ease-out 0s;
}
.mobile-share-wrap .mobile-share-close:active:before,
.mobile-share-wrap .mobile-share-down:active:before {
    opacity: 0.16;
}
.mobile-share-wrap .mobile-share-close .wpcom-icon {
    font-size: 1.25em;
}
.mobile-share-container {
    margin: 0 auto;
    max-width: 96vw;
    position: relative;
    width: 375px;
}
.mobile-share-inner {
    background: #fff;
    border-radius: var(--theme-border-radius-l, 5px);
    overflow: hidden;
    text-align: left;
    user-select: none;
    width: 100%;
}
.mobile-share-inner + .mobile-share-canvas {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.mobile-share-canvas .canvas-loading {
    background: rgba(0, 0, 0, 0.3);
    border-radius: var(--theme-border-radius-l, 4px);
    left: 50%;
    margin-left: -31px;
    margin-top: -31px;
    padding: 15px;
    position: absolute;
    top: 50%;
}
.mobile-share-canvas .wpcom-icon-loader {
    color: #fff;
    font-size: 32px;
    line-height: 1;
    margin: 0;
}
.mobile-share-canvas img {
    display: block;
    height: auto;
    width: 100%;
    border-radius: 10px;
}
.mobile-share-head {
    font-family: Noto Sans SC, sans-serif;
    letter-spacing: 0.5px;
    position: relative;
}
.mobile-share-head img {
    display: block;
    height: auto;
    width: 100%;
}
.mobile-share-head-img {
    background-color: var(--theme-el-bg-color);
    background-position: 50%;
    background-size: cover;
    height: calc(min(375px, 96vw) * var(--img-ratio, 0.6667));
    overflow: hidden;
}
.mobile-share-title {
    color: var(--theme-black-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.46;
    margin: 0;
    padding: 10px 20px 32px;
    text-align: justify;
}
.mobile-share-body {
    background: var(--theme-el-bg-color);
}
.mobile-share-price{
    padding: 20px 20px 0;
    font-size: 24px;
    color: #f44336;
    font-weight: 600;
}
.mobile-share-price .woocommerce-Price-currencySymbol{
    font-size: 16px;
    font-weight: 400;
    margin-right: 2px;
}
.mobile-share-price-notice{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: var(--theme-light-color);
}
.mobile-share-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 20px;
}
.mobile-share-logo {
    margin-right: 20px;
    width: 100%;
}
.mobile-share-logo img {
    height: auto;
    max-height: 80px;
    max-width: 100%;
    width: auto;
}
.mobile-share-qr {
    flex-shrink: 0;
    height: 80px;
    position: relative;
    width: 80px;
}
.mobile-share-qrcode {
    box-sizing: border-box;
    height: 80px;
    padding: 5px;
    width: 80px;
}
.mobile-share-qrcode img {
    display: block;
    height: 70px;
    width: 70px;
}
.mobile-share-qrbg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.mobile-share-qrbg img {
    display: block;
    height: 100%;
    width: 100%;
}


#compare-iframe-modal .modal-dialog{
    width: 96%;
    max-width: 1400px;
    margin-top: 8vh;
}
.wpcom-modal .compare-iframe-body{
    padding: 0!important;
}

.compare-login-iframe{
    width: 100%;
    height: 80vh;
    border: 0;
}

#compare-iframe-modal .modal-title{
    font-weight: 500;
}

.page-no-sidebar.member-account .hentry.content {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.woocommerce-cart .hentry.content, .woocommerce-checkout .hentry.content{
    background: none!important;
    box-shadow: none!important;
}